home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / AOCE Sample Code / PowerTalk Access Modules / Sample SMSAM / SampleSMSAM Source / StatusMonitor / UGlobalsSecondStomach.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-28  |  378 b   |  24 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        USecondStomachGlobals.h
  3.  
  4.     Contains:    Globals for second stomach to digest
  5.  
  6.     Written by:    Steve Datnow
  7.  
  8.     Copyright:    © 1992 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History:
  11.  
  12.         1/8/92      SLD        Created
  13.  
  14.     To Do:
  15. */
  16.  
  17. #ifndef __UGLOBALSSecondStomach__
  18. #define __UGLOBALSSecondStomach__
  19.  
  20. const long cSupportMonitoring = 9999;
  21.  
  22. const kSSEventClass = 'stmn';
  23.  
  24. #endif